load-code/shellcode

spawn thread to RWX shellcode

rule:
  meta:
    name: spawn thread to RWX shellcode
    namespace: load-code/shellcode
    authors:
      - moritz.raabe@mandiant.com
    scopes:
      static: function
      dynamic: thread
    mbc:
      - Memory::Allocate Memory [C0007]
      - Process::Create Thread [C0038]
    examples:
      - Practical Malware Analysis Lab 19-02.exe_:0x401230
  features:
    - and:
      - match: allocate or change RWX memory
      - match: create thread

last edited: 2023-11-24 10:34:28